home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / _menu.Dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1997-09-03  |  159 b   |  11 lines

  1. on mouseUp
  2.   mMouseUp(gMenuButs)
  3. end
  4.  
  5. on mouseDown
  6.   mMouseDown(gMenuButs)
  7.   if activeClick(gMenuButs) then
  8.     goMarker(gNavigator, "OrderInfo")
  9.   end if
  10. end
  11.